home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / D-G / FORTRAN Goodies / FORTRAN Macros for EXCEL / Read Me
Encoding:
Text File  |  1992-01-31  |  1.7 KB  |  39 lines  |  [TEXT/MPS ]

  1. Microsoft is a a registered trademark of Microsoft Corporation. 
  2.  
  3. These examples are derived from the Microsoft Support Services 
  4. Application Note ME0333 dated 08/90, "Using Pascal Code Resources."
  5.  
  6. All examples were created and tested using Microsoft Excel for
  7. the Macintosh version 3.0 and Language Systems FORTRAN 3.0.
  8.  
  9. It is recommended that you read the Microsoft Application Note
  10. or "The Microsoft Excel Technical Reference for the Macintosh"
  11. which are part of the Microsoft Excel Developer's Kit. This is 
  12. available for a fee by calling the Microsoft Sales and
  13. Information Center at (800) 426-9400. 
  14.  
  15. The standard disclaimer:
  16.  
  17. INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY 
  18. ACCOMPANY THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  19. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  20. TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR
  21. A PARTICULAR PURPOSE. The user assumes the entire risk as to the
  22. accuracy and the use of this material.
  23.  
  24. What is in this folder?
  25.     
  26.     In the FORTRAN Macros Folder are the source code and
  27. corresponding resources for FORTRAN macros that illustrate
  28. using each of the Excel Data Types in FORTRAN code resources.
  29. Macro1 is an Excel macro sheet within the Resources folder 
  30. that has example Excel calls to all of the macros. 
  31.     In general these macros are useful only as examples to
  32. create your own macros. For more information on macros read
  33. the Microsoft Excel manuals and technical notes. For more
  34. information on creating code resources in FORTRAN see 
  35. Technical Notes F22 and F26 or look in the FORTRAN 3.0
  36. reference manual. There are limitations on what you can do
  37. within a code resource and they are well documented in 
  38. those places.    
  39.